home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Magazin: Amiga-CD 1996 November & December
/
Amiga-CD 1996 #11-12.iso
/
pd-disketten
/
ungepackt
/
1_96s
/
apd-1-96s-6
/
amicom_21a
/
amicom
/
kiss.ini
< prev
next >
Wrap
Text File
|
1996-01-22
|
740b
|
28 lines
;In this file is the command which is sent to the TNC/MPC to switch it
;into the KISS-Mode.
;
;ASCII-codes:
;@ = 64 A = 65 B = 66 C = 67 D = 68 E = 69 F = 70 G = 71
;H = 72 I = 73 J = 74 K = 75 L = 76 M = 77 N = 78 O = 79
;P = 80 Q = 81 R = 82 S = 83 T = 84 U = 85 V = 86 W = 87
;X = 88 Y = 89 Z = 90 SPACE = 32
;Control-codes:
;<CR> = 13 <ESC> = 27 <CTRL-C> = 3
;
;TNC2 with TF:
;<CRL-Q><CTRL-X><ESC>@K<CR>
17 24 27 64 75 13
;
;TNC2 with TAPR-firmware:
;<CTRL-C>KISS ON<CR>RESTART<CR>
;3 75 73 83 83 32 79 78 13 82 69 83 84 65 82 84 13
;
;PK232
;<CTRL-C>KISS ON<CR>
;3 75 73 83 83 32 79 78 13
;
;KAM:
;INTFACE KISS<CR>RESET<CR>
;73 78 84 70 65 67 69 32 75 73 83 83 13 82 69 83 69 84 13